go/build.Context.goodOSArchFile (method)

2 uses

	go/build (current package)
		build.go#L1479: 	if !ctxt.goodOSArchFile(name, allTags) && !ctxt.UseAllFiles {
		build.go#L2022: func (ctxt *Context) goodOSArchFile(name string, allTags map[string]bool) bool {